*{padding: 0;margin: 0; font-size: 14px;}
body{
    color:#000000;
    background:#FFF;
    font-family: Arial,Microsoft YaHei;
}
img{
    border: 0;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    outline:none;
    color:#000000;
}
a:hover{
    text-decoration: none;
}
a:active{
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
table{border-collapse:collapse; border-spacing:0; empty-cells:show;}
.clear{
    clear: both;
}
.container{
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
.topbox{
    height: 40px;
    line-height: 40px;
    background-color: #f4f4f4;
}
.topbox .left{
    float: right;
    font-size: 12px;
}
.topbox .right{
    float: right;
    font-size: 12px;
    position: relative;
}
.topbox .left .tel{
    background-image: url(../images/6.png);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left 6px;
    color:#858585;
    float: left;
}
.topbox .left .email{
    background-image: url(../images/7.png);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left 11px;
    color:#858585;
    float: left;
}

.topbox .left .line{
    width: 1px;
    margin: 10px 10px 0 10px;
    background-color: #858585;
    height: 22px;
    float: left;
}
.topbox .right .tel{
    padding-right: 90px;
    font-size: 12px;
}
.topbox .right .lang{
    position: absolute;
    right:0;
    top:6px;
}
.topbox .right .cn{
    margin-right: 10px;
    float: left;
}
.topbox .right .en{
    float: left;
}
.noindex .header{
    height: 80px;
    position: absolute;
}
.header{
    position: relative;
}
.headertop{
    position: absolute;
    top:0;
    left:0;
    z-index: 9999999;
    width: 100%;
}
.headertop .logo{
    position: absolute;
    top:10px;
    left:0;
}
.headertop .logo img{
    width: 200px;
}

.nav{
    position: absolute;
    right: 0;
    top:20px;
}
.nav .navitem{
    float: left;
    width:120px;
    height: 50px;
    position: relative;
}
.nav .navitem:hover{
    /*height: 75px;*/
    /*border-bottom: 5px solid #ce0000;*/
    /*background-color: #861010;*/
    height: 50px;
    /*border-bottom: 3px solid #fabf13;*/
}
.nav .navitem.curr{
    /*height: 75px;*/
    /*border-bottom: 5px solid #ce0000;*/
    background-color: #861010;
}
.nav .navitem.curr a{
    color:#ffffff;
}
.nav .navitem .mainnav{
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-align: center;
    height: 50px;

    width:120px;
}
.nav .navitem:hover .mainnav{
    color:#ffffff;

    background-image: url("../images/16.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
}
.nav .navitem .mainnav .t1{
    line-height: 50px;
    color:#ffffff;

}
.nav .navitem .mainnav .t2{
    padding-top: 5px;
    color:#a6a6a6;
    text-transform: uppercase;
    font-size: 12px;
}
.nav .navitem:hover .t2{
    color:#ffffff;
}
.nav .navitem .subnav{
    position: absolute;
    top:50px;
    left: 0;
    display: none;
    z-index: 999999;
    padding-top: 2px;

}
.nav .navitem:hover .subnav{
    display: block;
}
.nav .navitem .subnav .sub{
    background-color: #747474;
    border-bottom:1px solid #cccccc;
    opacity: 1;
    /*color:#ffffff;*/
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
}
.nav .navitem .subnav .sub:hover {
    background-color: #ba3030;
    behavior: url('ie-css3.htc');
    color:#ffffff;
}
#pbox{
    width: 100%;
    height: 100%;
    /*z-index: -1;*/
}
.section {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.section .banner{
    width: 100%;
    height: 100%;
}
.page1 .banner{
    background-image: url(../images/1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}
.page1 .b1{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -155px;
    margin-left: -375px;
    width: 750px;
    height: 310px;
}
.page1 .b1 .t1{
    position: absolute;
    top: -80px;
    left:105px;
    color:#861010;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    font-size: 90px;
    -webkit-opacity: .6;
    -ms-opacity: .6;
    -moz-opacity: .6;
}
.page1 .b1 .t1 span{
    color:#ffffff;
    font-size: 90px;
}
.page1.active .b1 .t1 {
    top: 0px;
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
}
.page1 .b1 .t2{
    position: absolute;
    top: 70px;
    left: 225px;
    color:#ffffff;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    font-size: 22px;
    text-transform: uppercase;
    -webkit-opacity: .6;
    -ms-opacity: .6;
    -moz-opacity: .6;
    width: 300px;
}
.page1.active .b1 .t2 {
    top: 150px;
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
}
.page1 .b1 .t3{
    position: absolute;
    top: 320px;
    left: 0px;
    color:#ffffff;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-opacity: .6;
    -ms-opacity: .6;
    -moz-opacity: .6;
    width: 100%;
    text-align: center;
    line-height: 30px;
}
.page1.active .b1 .t3 {
    top: 210px;
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
}
.page1 .b1 .t4{
    position: absolute;
    top: 410px;
    left: 0px;
    color:#ffffff;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    height: 40px;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
}
.page1.active .b1 .t4 {
    top: 350px;
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;

}
.page1 .more1{
    display: block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    border:1px solid #9e1a16;
    background-color: #9e1a16;
    text-align: center;
    font-size: 14px;
    color:#ffffff;
    border-radius: 5px;
    position: absolute;
    left:200px;
}
.page1 .more1:hover{
    border:1px solid #9e1a16;
    background-color: #ffffff;
    color:#9e1a16;
}
.page1 .more2{
    display: block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    border:1px solid #9e1a16;
    background-color: #ffffff;
    text-align: center;
    font-size: 14px;
    color:#9e1a16;
    border-radius: 5px;
    position: absolute;
    right: 200px;
}
.page1 .more2:hover{
    border:1px solid #9e1a16;
    background-color: #9e1a16;
    color:#ffffff;
}
.page1 .b2{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -135px;
    margin-left: -375px;
    width: 750px;
    height: 310px;
    z-index: 1;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
}

.page1 .b2panel{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -160px;
    margin-left: -400px;
    width: 800px;
    height: 360px;
    background-color: #333333;
    opacity: .7;
    z-index: 0;
    border-radius: 5px;
}
.page1 .b2 .t1{
    font-size: 50px;
    color:#ffffff;
    text-align: center;
    height: 70px;
    line-height: 70px;
    position: relative;
    top:-100px;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
}
.page1.active .b2 .t1{
    top:0px;
}
.page1 .b2 .t2{
    font-size: 20px;
    color:#ffffff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding-bottom: 20px;
    position: relative;
    top:-100px;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
}
.page1.active .b2 .t2{
    top:0px;
}
.page1 .b2 .t3{
    font-size: 100px;
    text-align: center;
    color:#ae0002;
    letter-spacing: 10px;
    font-family: 黑体;
    height: 120px;
    line-height: 120px;
    padding-bottom: 20px;
    position: relative;
    top:100px;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
}
.page1.active .b2 .t3{
    top:0px;
}
.page1 .b2 .t4{
    font-size: 20px;
    color:#ffffff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
    top:100px;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
}
.page1.active .b2 .t4{
    top:0px;
}
.page2 .banner{
    background-image: url(../images/2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}
.page2 .center{
    width: 1200px;
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -600px;
    margin-top: -288px;
    height: 576px;
}
.page2 .b1{
    position: absolute;
    width: 400px;
    height: 200px;
    top:400px;
    left:0;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    opacity: .1;
    -webkit-opacity: .1;
    -ms-opacity: .1;
    -moz-opacity: .1;
}
.page2.active .b1{
    top:0px;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
}
.page2 .t1{
    padding-top: 20px;
    text-indent: 2em;
    line-height: 25px;
    padding-bottom: 20px;
}
.page2 .img{
    padding-top: 20px;
}
.page2 .more1{
    display: block;
    width: 150px;
    height: 28px;
    line-height: 28px;
    border:1px solid #ef3125;
    background-color: #ef3125;
    text-align: center;
    font-size: 14px;
    color:#ffffff;
    border-radius: 14px;
}
.page2 .more1:hover{
    border:1px solid #ef3125;
    background-color: #ffffff;
    color:#ef3125;
}
.page2 .item{

}
.page2 .item1{
    width: 210px;
    padding: 60px 40px 40px 40px;
    background-color: #ef3125;
    position: absolute;
    left:400px;
    top:60px;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    opacity: .1;
    -webkit-opacity: .1;
    -ms-opacity: .1;
    -moz-opacity: .1;
}
.page2.active .item1{
    left:500px;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
}
.page2 .item1 .item_t1,.page2 .item1 .item_t2,.page2 .item1 .item_t3,.page2 .item1 .item_t3 span{
    color:#ffffff;
}
.page2 .item2{
    width: 210px;
    padding: 50px 40px 40px 40px;
    background-color: #ffffff;
    position: absolute;
    left:400px;
    top:310px;
    border-bottom: 10px solid #ef3125;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    opacity: .1;
    -webkit-opacity: .1;
    -ms-opacity: .1;
    -moz-opacity: .1;
}
.page2.active .item2{
    left:500px;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
}
.page2 .item2 .item_t1,.page2 .item2 .item_t2,.page2 .item2 .item_t3,.page2 .item2 .item_t3 span{
    color:#ef3125;
}
.page2 .item3{
    width: 225px;
    padding: 30px 40px 30px 40px;
    background-color: #ffffff;
    position: absolute;
    left:900px;
    top:80px;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    opacity: .1;
    -webkit-opacity: .1;
    -ms-opacity: .1;
    -moz-opacity: .1;
}
.page2.active .item3{
    left:810px;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
}
.page2 .item3 .item_t1,.page2 .item3 .item_t2,.page2 .item3 .item_t3,.page2 .item3 .item_t3 span{
    color:#ef3125;
}
.page2 .item4{
    width: 225px;
    padding: 20px 40px 20px 40px;
    background-color: #ffffff;
    position: absolute;
    left:900px;
    top:335px;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    opacity: .1;
    -webkit-opacity: .1;
    -ms-opacity: .1;
    -moz-opacity: .1;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
}
.page2.active .item4{
    left:810px;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
}
.page2 .item4 .item_t1,.page2 .item4 .item_t2,.page2 .item4 .item_t3,.page2 .item4 .item_t3 span{
    color:#ef3125;
}
.page2 .item .item_t1{
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 5px;
    line-height: 20px;
}
.page2 .item .item_t2{
    font-size: 28px;
    font-family: 黑体 ,"microsoft yahei";
    padding-bottom: 5px;
    font-weight: bold;
    line-height: 40px;
}
.page2 .item .item_t3{
    font-size: 18px;
    font-family: 黑体 ,"microsoft yahei";
    padding-bottom: 5px;
    height: 75px;

}
.page2 .item .item_t3 span{
    font-size: 60px;
    font-weight: bold;
}
.page2 .b2 .item1:hover{
    background-color:#ffffff;
}
.page2 .b2 .item1:hover .item_t1,.page2 .b2 .item1:hover .item_t2,.page2 .b2 .item1:hover .item_t3,.page2 .b2 .item1:hover .item_t3 span{
    color:#ef3125;
}
.page2 .b2 .item2:hover{
    background-color:#ef3125;
}
.page2 .b2 .item2:hover .item_t1,.page2 .b2 .item2:hover .item_t2,.page2 .b2 .item2:hover .item_t3,.page2 .b2 .item2:hover .item_t3 span{
    color:#ffffff;
}
.page2 .b2 .item3:hover{
    background-color:#ef3125;
}
.page2 .b2 .item3:hover .item_t1,.page2 .b2 .item3:hover .item_t2,.page2 .b2 .item3:hover .item_t3,.page2 .b2 .item3:hover .item_t3 span{
    color:#ffffff;
}
.page2 .b2 .item4:hover{
    background-color:#ef3125;
}
.page2 .b2 .item4:hover .item_t1,.page2 .b2 .item4:hover .item_t2,.page2 .b2 .item4:hover .item_t3,.page2 .b2 .item4:hover .item_t3 span{
    color:#ffffff;
}
.page3{
    background-color: #9e1a16;
}
.page3 .center{
    width: 1200px;
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -600px;
    margin-top: -355px;

}
.page3 .t1{
    font-size: 36px;
    color:#ef3125;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.page3 .t2{
    font-size: 14px;
    color:#ffffff;
    text-align: center;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
}
.page3 .banner{
    background-image: url(../images/21.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}
/*
.page3 .list{
    position: absolute;
    top:200px;
    padding-left: 12px;
    height: 414px;
    top:50%;
    left:50%;
    margin-top: -170px;
    margin-left: -600px;

}
.page3 .list .item{
    float: left;
    width: 285px;
    padding-right: 12px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}
.page3 .list .item .text{
    padding: 20px;
    background-color: #ffffff;
}
.page3 .list .item .img img{
    width: 285px;
    height: 300px;
}
.page3 .list .item .t3{
    font-family: "宋体", Verdana;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
}
.page3 .list .item .t4{
    width: 60px;
    height: 3px;
    background-color: #9e1a16;
    border-bottom: 1px solid #ffffff;
}
.page3 .list .item .t5{
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding-top: 10px;
    text-transform: uppercase;
}
.page3 .list .item:hover .t3,.page3 .list .item:hover .t5{
    color:#9e1a16;
}
.page3 .list .item1,.page3 .list .item3{
    -webkit-transform: translate3d(-600px,0,0);
    -moz-transform: translate3d(-600px,0,0);
    transform: translate3d(-600px,0,0);
    -ms-transform: translate3d(-600px,0,0);
}
.page3.active .list .item1,.page3.active .list .item3{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.page3 .list .item2,.page3 .list .item4{
    -webkit-transform: translate3d(600px,0,0);
    -moz-transform: translate3d(600px,0,0);
    transform: translate3d(600px,0,0);
    -ms-transform: translate3d(600px,0,0);
}
.page3.active .list .item2,.page3.active .list .item4{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
*/
.page3 .list2{
    width: 1110px;
    position: absolute;
    left:50%;
    margin-left: -555px;
    padding-left: 10px;
    padding-top: 20px;
}
.page3 .list2 .itembox{
    width: 540px;
    height: 300px;
    background-color: red;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;

}
.page3 .list2 .itembox .img1{
    display: block;
}
.page3 .list2 .itembox .img2{
    display: none;
}
.page3 .list2 .itembox:hover .img1{
    display: none;
}
.page3 .list2 .itembox:hover .img2{
    display: block;
}
.page3 .list2 .itembox1,.page3 .list2 .itembox3{
    -webkit-transform: translate3d(-300px,0,0);
    -moz-transform: translate3d(-300px,0,0);
    transform: translate3d(-300px,0,0);
    -ms-transform: translate3d(-300px,0,0);
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
}
.page3.active .list2 .itembox1,.page3.active .list2 .itembox3{
    left:0px;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.page3 .list2 .itembox2,.page3 .list2 .itembox4{
    -webkit-transform: translate3d(300px,0,0);
    -moz-transform: translate3d(300px,0,0);
    transform: translate3d(300px,0,0);
    -ms-transform: translate3d(300px,0,0);
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
}
.page3.active .list2 .itembox2,.page3.active .list2 .itembox4{
    left:0px;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.page3 .list2 .itembox3,.page3 .list2 .itembox4{
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
}
.page3.active .list2 .itembox3,.page3.active .list2 .itembox4{
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
}
.page3 .list2 .text{
    position: absolute;
    top:0;
    width: 100%;
    padding-top: 115px;

}
.page3 .list2 .t11{
    font-size: 26px;
    text-align: center;
    color:#ffffff;
    font-family: "宋体", "microsoft yahei", 黑体;
    width: 100%;
    line-height: 40px;
}
.page3 .list2 .t12{
    font-size: 16px;
    text-align: center;
    color:#ffffff;
    width: 100%;
    text-transform: uppercase;
    line-height: 30px;
}
.page3 .list2 .itembox:hover .t11,.page3 .list2 .itembox:hover .t12{
    /*color:#ef3125;*/
}
.page3 .more1{
    display: block;
    position: absolute;
    bottom: -80px;
    width: 300px;
    height: 44px;
    left: 50%;
    margin-left: -150px;
}
.page4 .center{
    width: 1200px;
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -600px;
    margin-top: -330px;
}
.page4 .b1{
    text-align: center;
    height: 100px;
    line-height: 100px;
    -webkit-transform: translate3d(0,-300px,0);
    -moz-transform: translate3d(0,-300px,0);
    transform: translate3d(0,-300px,0);
    -ms-transform: translate3d(0,-300px,0);
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;

}
.page4.active .b1{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;

}
.page4 .b1 img{
    width: 250px;
}

.page4 .b2{
    padding-top: 20px;
}
.page4 .slideritem{
    padding-left: 15px;
    width:1185px;
}
.page4 .slideritem .list{
    float: left;
    width: 380px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.page4 .slideritem .list img{
    width: 380px;
    height: 240px;
}
.page4 .bx-wrapper .bx-viewport{
    left:0;
    border:none;
    box-shadow:none;
}
.page4 .bx-wrapper .bx-pager{
    display: none;
}
.page4 .bx-wrapper .bx-prev{
    left:-40px;
    background: url(../images/left.png) no-repeat 0px 0px;
    width: 38px;
    height: 75px;

}
.page4 .bx-wrapper .bx-next{
    right:-40px;
    background: url(../images/right.png) no-repeat 0px 0px;
    width: 38px;
    height: 75px;
}
.page4 .bx-wrapper{
    margin: 0 auto 40px;
}
.page4 .more1{
    display: block;
    width: 150px;
    height: 28px;
    line-height: 28px;
    border:1px solid #ef3125;
    background-color: #ef3125;
    text-align: center;
    font-size: 14px;
    color:#ffffff;
    border-radius: 14px;
    position: absolute;
    bottom: -40px;
    left:50%;
    margin-left: -75px;
}
.page4 .more1:hover{
    border:1px solid #ef3125;
    background-color: #ffffff;
    color:#ef3125;
}
.page5{
    background-color: #4d4d4d;
}
.page5 .center{
    width: 1200px;
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -600px;
    margin-top: -345px;
}
.page5 .title{
    position: relative;
    width: 400px;
    margin: auto;

}
.page5 .title .left_line{
    height: 1px;
    background-color: #ffffff;
    width: 100px;
    position: absolute;
    top:48px;
    left: 0;

}
.page5 .title .right_line{
    height: 1px;
    background-color: #ffffff;
    width: 100px;
    position: absolute;
    top:48px;
    right: 0;

}
.page5 .title .t1{
    font-size: 36px;
    text-align: center;
    height: 50px;
    color:#ffffff;
}
.page5 .title .t2{
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    color:#ffffff;
}
.page5 .left{
    width: 470px;
    padding-left: 30px;
    float: left;
    position: relative;
    -webkit-transform: translate3d(100px,0,0);
    -moz-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0);
    -ms-transform: translate3d(100px,0,0);
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
}
.page5.active .left{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
}

.page5 .left .imgitem{
    float: left;
    width: 96px;
    padding-right: 5px;
    padding-top: 10px;
}
.page5 .left .imgitem.last{
    padding-right: 0;
}
.page5 .right{
    float: left;
    width: 600px;
    padding-left: 50px;
    position: relative;
    -webkit-transform: translate3d(-200px,0,0);
    -moz-transform: translate3d(-200px,0,0);
    transform: translate3d(-200px,0,0);
    -ms-transform: translate3d(-200px,0,0);
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
}
.page5.active .right{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
}
.page5 .tabbox{
    position: relative;
    padding-left: 35px;
    padding-bottom: 15px;
}
.page5 .tabbox .tabitem{
    float: right;
    margin-right: 15px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color:#ffffff;
    border:1px solid #ef3125;

}
.page5 .tabbox .tab1{
    border:1px solid #ffffff;
}
.page5 .tabbox .tab2{
    border:1px solid #ffffff;
}
.page5 .tabbox .curr{
    background-color: #ef3125;
    border:1px solid #ef3125;
    color:#ffffff;
}

.page5 .right li {
    padding: 10px 35px 10px 0;
    height: 87px;
    /*margin-left: 35px;*/
    border-bottom: 1px dashed #dddddd;
}
.page5 .right li .n-time {
    display: block;
    height: 75px;
    width: 90px;
    background: #ef3125;
    float: left;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    padding-top: 15px;
    margin-right: 15px;
}
.page5 .right li .n-time i {
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    height: 40px;
    line-height: 40px;

}
.page5 .right li h3 {
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    color:#ffffff;
}
.page5 .right li:hover h3{
    color: #ef3125;
}
.page5 .right li .desc {
    display: block;
    padding-top: 4px;
    color: #ffffff;
}
.page5 .right li:hover .desc{
    color:#ef3125;
}
.page5 .more1{
    display: block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    border:1px solid #ffffff;
    text-align: center;
    font-size: 14px;
    color:#ffffff;
    margin-top: 50px;

}
.page5 .more1:hover{
    border:1px solid #ef3125;
    background-color: #ef3125;
    color:#ffffff;
}
.slideBox {
    width: 470px;
    height: 600px;
    position: relative;
    float: left;
    overflow: hidden;
    margin-top: 5px;
}
.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}
.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50px;
    padding: 1px;
    text-indent: -99999px;
}
.slideBox .hd ul li.on {
    background: #ef3125;
    color: #fff;
    border: 1px solid #ef3125;
    padding: 0px
}
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
.slideBox .bd img {
    width: 470px;
    height: 600px;
    display: block;
}
.page6{
    background-image: url(../images/31.png);
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
    background-color: #cccccc;
}
.page6 .postion{
    position: absolute;
    /*top:55%;*/
    top:55%;
    left:50%;
    margin-left: -600px;
    height: 576px;
}
.page6 .center{
    width: 1200px;
    position: relative;
    margin: auto;


}
.page6 .center .tipbox{
    border-width: 0px;
    border-style: solid;
    padding: 0px;
    left: 644px;
    top: -350px;
    position: absolute;
    z-index: 107;
    width: 343px;
    height: 343px;
    background-color: #ffffff;
    opacity: 0.41;
    border-radius: 50%;
}
.page6 .center .b1{
    width: 284px;
    height: 284px;
    background-color: #ef3125;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    z-index: 108;
    left: 674px;
    top: -322px;
}
.page6 .center .b1 .img{
    width: 100px;
    height: 79px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 20px;
}
.page6 .center .b1 .more1{
    display: block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    border:2px solid #ffffff;

    text-align: center;
    font-size: 14px;
    color:#ffffff;
    margin: auto;
}
.page6 .center .b1 .more1:hover{
    border:2px solid #ffffff;
    background-color: #ffffff;
    color:#ef3125;
}
.page6 .left{
    padding-left: 100px;
    width: 500px;
    float: left;
}
.page6 .right{
    padding-left: 50px;
    width: 500px;
    float: left;
}
.page6 .form input,.page6 .form textarea{
    border:1px solid #e5e5e5;
    background-color: transparent;
    width:90%;
    padding-left:15px;
    color:#333;
    font-family: 'microsoft yahei', Arial;
    background-color: #ffffff;

}
.page6 .form input{
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page6 .form textarea{
    line-height: 30px;
    margin-top: 10px;
    height: 80px;
}
.page6 .form p{
    font-size: 18px;
    line-height: 25px;
    color:#666666;

}
.page6 .form .btnsubmit{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-color: #ef3125;
    background-color: #ef3125;
    font-size: 14px;
    width: 90%;
    display: block;
    line-height: 38px;
    height: 38px;
    text-align: left;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}
.page6 .text{

}
.page6 .text .t1{
    color:#666666;
    font-size: 24px;
    line-height: 40px;
    padding-top: 10px;
}
.page6 .text .t2{
    color:#ef3125;
    font-size: 30px;
    line-height: 40px;
}
.page6 .text .t3{
    color:#666666;
    line-height: 25px;
}
.page6 .b5{
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #d4d4d4;
    color: #333333;
    position: absolute;
    top:55%;
    margin-top: 360px;
    width: 100%;
}
.page6 .copyright{
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    font-size: 12px;
    width: 100%;
}
#fp-nav ul li a.active span, #dn-nav ul li:hover a.active span {
    margin: -7px 0 0 -7px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #de262e;
}
.sliderbox{
    position: relative;
    width: 100%;
    height: 100%;
}
.sliderbox .slider6{
    width: 100%;
    height: 100%;
}
.sliderbox .bx-wrapper{
    margin: 0 auto;
}
.sliderbox .bx-wrapper .bx-viewport{
    left:0;
    border:none;
    box-shadow:none;
}
.sliderbox .bx-wrapper .bx-pager{
    bottom:30px;
}
.sliderbox .bx-wrapper .bx-controls-direction{
    display: none;
}
.sliderbox .bx-wrapper .bx-pager.bx-default-pager a:hover, .header .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #ffffff;
}
.sliderbox .bx-wrapper .bx-pager.bx-default-pager a{
    width: 14px;
    height: 14px;
    border-radius:7px;
}

.sliderbox .bx-wrapper .picimg{
    height: 100%;
}
.slidertext {
    position: absolute;
    top:130px;
    left:200px;
    width: 300px;
    overflow: hidden;
}
.slidertext .img2 {
    margin-top: -40px;
}
.slidertext .img3{
    margin-top: 10px;
    padding-left: 27px;
}

.copyright{
    height: 40px;
    line-height: 40px;
    text-align: center;
    color:#ffffff;
    font-size: 12px;

}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#333;
    font-family: 'microsoft yahei', Arial;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#333;
    font-family: 'microsoft yahei', Arial;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#333;
    font-family: 'microsoft yahei', Arial;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#333;
    font-family: 'microsoft yahei', Arial;
}

.footer{
    background-color: #9e1a16;
    /*padding: 40px 0 0px 0;*/
    /*border-top: 3px solid #fabf13;*/
}
.footer .b1{
    float: left;

}
.footer .b2{
    float: left;
    padding-left: 100px;
}
.footer .b3{
    float: left;
    padding-left: 30px;
}
.footer .b4{
    float: right;
    width: 300px;

}
.footer .b4 .t1{
    color:#ffffff;
    font-size: 32px;
    padding-bottom: 5px;

}
.footer .b4 .t2{
    color:#bd8f5c;
    font-size: 36px;
    padding-bottom: 5px;

}
.footer .b4 .t3{
    color:#ffffff;
}
.footer .b5{
    margin-top: 20px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #9c3f3f;
    color:#ffffff;

}
.footer .b5 a{
    color:#ffffff;
}

.a_main_mt50{
    margin-top: 50px;
}
.a_main_mb50{
    margin-bottom: 50px;
}
.pageWrap{
    width: 1200px;
    padding: 0px 0px 150px;
    margin: 0px auto;
    background-image: url(../images/portal_ft.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.wk_blog_tab {
    width: 100%;
    height: 65px;
    background: url(../images/about_line.jpg) repeat-x left bottom;
    overflow: hidden;
    clear: both;
}
.wk_blog_tab ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
.wk_blog_tab ul li {
    display: inline;
    text-align: center;
}
.wk_blog_tab ul li a {
    font-size: 16px;
    line-height: 62px;
    color: #333;
    display: inline-block;
    padding: 0 6px;
    margin: 0 15px;
    text-decoration: none;
}
.wk_blog_tab ul li a:hover, .wk_blog_tab ul li .a {
    color: #ce0000;
    border-bottom: 3px solid #ce0000;
}
.wk_ymbg {
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
}
.wk_ymbg .content{
    padding: 20px;
}

.pageWrap .sd {
    float: left;
    width: 275px;
    overflow: hidden;
    _overflow-y: visible;
}
.wk_c_left_t {
    padding: 15px 0 0 15px;
    margin-top: 0;
    width: 100%;
    height: 55px;
    line-height: 35px;
    background: #ce0000;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
}
.wk_c_left_cnt {
    width: 100%;
    height: auto;
    background: #FFF8FB;
    margin-bottom: 20px;
}
.wk_menu1_cur {
    width: 100%;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    border: 1px solid #EEE;
    border-top: 0;
}
.wk_menu1_cur a {
    padding-left: 30px;
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    text-decoration: none;
}
.wk_menu1_cur a.a, .wk_menu1_cur a:hover {
    color: #ce0000;
    text-decoration: none;
    background: url(../images/left_sel_03.gif) left center no-repeat;
}
.wk_c_left_cont {
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    background: #ce0000;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;

}

.wk_left_contdiv {
    height: auto;
    padding-top: 75px;
    padding-bottom: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 100px;
    border: 1px solid #EEE;
    border-top: 0;
    background: #F6F6F6 url(../images/contact.jpg) left top no-repeat;
}
.wk_left_contdiv span {
    float: left;
    padding: 2px 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
}
.wk_left_contdiv span strong{
    font-weight: bold;
}

.mn {
    float: right;
    width: 880px;
    border: 0;
    margin-bottom: 1em;
    background: none;
    overflow: hidden;
}
.wk_c_right_name {
    height: 55px;
    position: relative;
    border-bottom: 1px solid #E6E6E6;
}
.wk_c_right_name_r {
    height: 30px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
    float: left;
    padding-top: 25px;
    line-height: 30px;
}
.wk_c_right_name_r ul li {
    float: left;
    line-height: 30px;
    height: 30px;
}
.wk_c_right_name_r ul li img {
    height: 19px;
    width: 19px;
    margin-right: 8px;
    margin-top: 5px;
}
.wk_content_right_m {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    line-height: 24px;
    color: #737373;
    font-size: 12px;
    padding: 20px 0 20px 0;
    position: relative;
}
.wk_tidings_m {
    clear: both;
}
.wk_tidings_main {
    height: 179px;
    position: relative;
    float: left;
    border-bottom: 1px dashed #E6E6E6;
    margin-bottom: 20px;
}
.wk_tidings_img {
    float: left;
}
.wk_tidings_img img {
    width: 257px;
    height: 159px;
    border: 1px solid #dedede;
}
.wk_tidings_main_name {
    float: right;
    width: 595px;
    color: #ce0000;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    border-bottom: 1px dashed #dedede;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    -moz-binding: url(ellipsis.xml#ellipsis);
}
.wk_tidings_main_name2 a {
    color: #ce0000;
    font-weight: bold;
}
.wk_tidings_main_cnt {
    float: right;
    font-size: 12px;
    padding-top: 8px;
}
.wk_tidings_main_cnt2 {
    width: 595px;
    line-height: 24px;
    height: 72px;
    display: block;
    overflow: hidden;
    color: #666666;
}
.wk_tidings_main_more {
    float: right;
    font-size: 12px;
    line-height: 20px;
    padding-top: 6px;
    width: 595px;
}

.piclist {
    margin: 0;
    padding: 0;
}
.piclist li {
    list-style: none;
    float: left;
    width: 33%;
    text-align: center;
}
.piclist li a {
    text-decoration: none;
}
.piclist li img {
    border: 1px solid #CCCCCC;
}
.piclist li .title {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
}
.pgs {
    text-align: center;
}
.pg {
    float: none;
    display: inline-block;
}

.pg a, .pg span, .pgb a, .pg label {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin: 0;
    margin-left: 5px;
    padding: 1px 14px;
    background: #FFF;
    border: 1px solid #CCC;
    overflow: hidden;
    font-weight: normal;
    float: left;
    display: inline;
    color: #333;
    margin-bottom: 5px;
}
.pg span, .pg a:hover, .pgb a:hover {
    padding-bottom: 0;
    border: 1px solid #CCC;
    border-bottom: 2px solid #ce0000;
    color: #333;
    display: block;
}
.wk_news_box {
    position: relative;
    width: 100%;
    min-width: 1180px;
    height: 300px;
    overflow: hidden;
    background: url(vbn1.jpg) no-repeat center top;
    background-size: cover;
}
.wk_portalhead_bg {
    width: 1160px;
    padding-top: 100px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.wk_portalhead_bg ul {
    display: table;
    margin: 0 auto;
}
.wk_portalhead_bg ul li {
    float: left;
}
.wk_portalhead_bg ul li a {
    float: left;
    font-size: 14px;
    display: block;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    background: #FFF;
    margin: 0 10px;
    border-radius: 20px;
}
.wk_portalhead_bg ul li a:hover, .wk_portalhead_bg ul li .a {
    background: #ce0000;
    text-decoration: none;
    color: #FFF;
}
.wk_news_box h1 {
    text-align: center;
    color: #FFF;
    font-weight: normal;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    margin-top: 60px;
    font-size: 36px;
}
.wk_news_box p {
    text-align: center;
    color: #FFF !important;
    font-weight: normal;
    line-height: 30px;
    margin-top: 10px;
    font-size: 12px;
}
.wk_news_box p span {
    margin: 0 10px;
    color: #BBB;
}
.showcontent img{
    max-width: 100%;
    height: auto;
}
.showtitle{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 50px;
    border-bottom:1px dashed #f4f4f4;
}
#contactForm {
    max-width: 720px;
    margin: 0 auto;
}
#contactForm h2.legend {
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1.7;
}
#contactForm .form-list {
    padding: 50px 0;
    list-style: none;
}
#contactForm .form-list .input-box {
    margin-bottom: 25px;
}
#contactForm .form-list .input-box input {
    width: 100%;
    height: 56px;
    padding: 0 25px;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
}
#contactForm .form-list .input-box textarea {
    width: 100%;
    height: 210px;
    padding: 25px;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
}
#contactForm .buttons-set {
    text-align: center;
}
#contactForm button {
    border: none;
    height: auto;
    width: auto;
    padding: 0;
}
#contactForm button span {
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    line-height: 56px;
    padding: 0 20px;
    background-color: #ce0000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.wk_product {
    overflow: hidden;
    margin-top: 10px;
}

.wk_product ul {
    width: 1160px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.wk_product li {
    width: 271px;
    height: 244px;
    margin: 0 25px 25px 0;
    float: left;
    overflow: hidden;
    position: relative;
    display: inline;
}

.wk_product li img {
    width: 269px;
    height: 242px;
    display: block;
    border: 1px solid #E5E5E5;
}

.wk_product li dd {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    text-align: center;
    background: url("../images/tmbg.png") repeat;
    cursor: pointer;
}

.wk_product li dd h2 {
    padding: 30% 30px 0;
    height: 50px;
    line-height: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #FFF;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
}

.wk_product li dd.pt_amt {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.wk_product li dd.pt_amt p {
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    margin: 0 30px 10px;
    overflow: hidden;
}

.wk_product li .wk_psz a {
    color: #FFF;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    margin: 1px;
    overflow: hidden;
    background: #DE262E;
}

.da-thumbs {
    text-align: center;
}

.wk_product li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #CCC;
    text-decoration: none;
}

.wk_product .wk_mt span {
    color: #FFF;
}
.product_SFTop {
    left: 0px;
    top: -100%;
}

.product_SFBottom {
    left: 0px;
    top: 100%;
}

.product_SFLeft {
    top: 0px;
    left: -100%;
}

.product_SFRight {
    top: 0px;
    left: 100%;
}

.product_STop {
    top: 0px;
}

.product_SLeft {
    left: 0px;
}
#ct {
    min-height: 300px;
    padding-bottom: 10px;
    /*background: url(../images/portal_ft.jpg) center bottom no-repeat;*/
}
.ct2 { border:0; padding-bottom:30px;}
.wk_product {overflow:hidden; margin-top:15px;}
.wk_product li {width:360px;height:250px;margin:0 40px 40px 0;float:left;overflow:hidden;position:relative;display:inline;}
.wk_product li img{width:358px; height:248px; display:block; border:1px solid #E5E5E5; }
.wk_product li dd h2{padding:115px 15px 0;}
.summary_content{
    font-size: 14px;
    line-height: 26px;
}
.summary_content img{max-width: 100%; margin: auto;}



.contact-ways{overflow:hidden;}
.contact-ways li{float:left; width:33%; height:420px;  border-left:1px solid #E9E9E9;}
.contact-ways li:last-child{border-right:1px solid #E9E9E9;}
.contact-ways li a,.contact-ways li a:hover{display:block; padding:88px 0;text-align:center; text-decoration:none; }
.contact-ways li h4{font-size:16px; color:#666; line-height:30px; margin:0; font-weight:100; }
.contact-ways li p.cway-txt{font-size:30px; line-height:50px; color:#121212;}
.contact-ways li:hover p.cway-txt { color:#ce0000; }
.contact-ways li a i{margin:0 auto 20px; display:block; width:128px; height:128px; background-color:#f8f8f8; border-radius:64px; transition:all 0.3s; -webkit-transition:all 0.3s;-moz-transition:all 0.3s; -webkit-tap-highlight-color:rgba(0,0,0,0);}

.contact-ways li a:hover i{background-color:#ce0000; transition:all 0.3s; -webkit-transition:all 0.3s;-moz-transition:all 0.3s; -webkit-tap-highlight-color:rgba(0,0,0,0);}
.contact-ways li a i.i-phone{background-image:url("../images/icon_phone.png");background-size:128px; background-repeat:no-repeat; background-position:0 0;}
.contact-ways li a:hover i.i-phone{background-position:0 -128px;}
.contact-ways li a i.i-qq{background-image:url("../images/icon_qq.png");background-size:128px; background-repeat:no-repeat; background-position:0 0;}
.contact-ways li a:hover i.i-qq{background-position:0 -128px;}
.contact-ways li a i.i-mail{background-image:url("../images/icon_mail.png");background-size:128px; background-repeat:no-repeat; background-position:0 0;}
.contact-ways li a:hover i.i-mail{background-position:0 -128px;}


.my_wk_product li{
    width: 380px;
    margin: 0 20px 20px 0;
}

.my_wk_product li img{
    width: 378px;
    height: 248px;
}
.my_wk_product{
    height: 800px;
}
.box3 .bx-wrapper .bx-viewport{
    left:0;
    border:none;
    box-shadow:none;
}
.box3 .bx-wrapper .bx-pager{
    display: none;
}
.box3 .bx-wrapper .bx-prev{
    left:-45px;
}
.box3 .bx-wrapper .bx-next{
    right:-25px;
}
.box3 .bx-wrapper{
    margin: 0 auto 40px;
}
.designer_case .case_list .b1{
    background-color: #9e1a16;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left:0;
    width: 258px;
}
.designer_case .case_list .b1 .t1{
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 5px;
}
.designer_case .case_list .b1 .t2{
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;

}








